API - Cache namespace

Class Summary
APC_driverAccelerated PHP Cache driver implementation.
CacheMulti-layer universal cache controller for Cotonti
Db_cache_driverQuery cache drivers are driven by database
Dynamic_cache_driverDynamic cache is used to store data that is not too large and is modified more or less frequently
File_cacheA persistent cache using local file system tree.
Memcache_driverMemcache distributed persistent cache driver implementation.
MySQL_cacheA very popular caching solution using MySQL as a storage.
Page_cacheA cache that stores entire page outputs.
Static_cache_driverStatic cache is used to store large amounts of rarely modified data
Temporary_cache_driverTemporary cache driver is fast in-memory cache.
Writeback_cache_driverPersistent cache driver that writes all entries back on script termination.
Xcache_driverXCache variable cache driver.
Global Summary
cot_cache_driversStores the list of advanced cachers provided by the host